home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / packages / amslatex / classes / thmtest.tex / images.pl (.txt) < prev    next >
LaTeX Document  |  1995-03-15  |  2KB  |  45 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate images original text with physical files.
  3. $key = q/displaystylesqrt{{d_{max}^2+d_{min}^2}};MSF=1.6;AAT/;
  4. $cached_env_img{$key} = q|<IMG
  5.  STYLE="height: 4.27ex; vertical-align: -1.40ex; " SRC="|."$dir".q|img4.png"
  6.  ALT="$\displaystyle \sqrt{{d_{\max}^2+d_{\min}^2}}$">|; 
  7. $key = q/lvert;MSF=1.6;AAT/;
  8. $cached_env_img{$key} = q|<IMG
  9.  STYLE="height: 2.38ex; vertical-align: -0.70ex; " SRC="|."$dir".q|img1.png"
  10.  ALT="$\lvert$">|; 
  11. $key = q/nolimits;MSF=1.6;AAT/;
  12. $cached_env_img{$key} = q|<IMG
  13.  STYLE="height: 0.21ex; vertical-align: -0.12ex; " SRC="|."$dir".q|img3.png"
  14.  ALT="$\nolimits$">|; 
  15. $key = q/rvert^{2}_{};MSF=1.6;AAT/;
  16. $cached_env_img{$key} = q|<IMG
  17.  STYLE="height: 2.59ex; vertical-align: -0.70ex; " SRC="|."$dir".q|img2.png"
  18.  ALT="$\rvert^{2}_{}$">|; 
  19. $key = q/{proof}%latex2htmlidmarker113[ProofofTheoremref{pigspan}]Andanothertest.{proof};AAT/;
  20. $cached_env_img{$key} = q|<IMG
  21.   STYLE="height: 1.75ex; vertical-align: -0.12ex; " SRC="|."$dir".q|img6.png"
  22.  ALT="\begin{proof}
  23. % latex2html id marker 113
  24. [Proof of Theorem \ref{pigspan}]
  25. And another test.
  26. \end{proof}">|; 
  27. $key = q/{proof}Hereisatestoftheproofenvironment.{proof};AAT/;
  28. $cached_env_img{$key} = q|<IMG
  29.   STYLE="height: 2.17ex; vertical-align: -0.57ex; " SRC="|."$dir".q|img5.png"
  30.  ALT="\begin{proof}
  31. Here is a test of the proof environment.
  32. \end{proof}">|; 
  33. $key = q/{proof}[Proof(necessity)]Andanother.{proof};AAT/;
  34. $cached_env_img{$key} = q|<IMG
  35.   STYLE="height: 1.75ex; vertical-align: -0.12ex; " SRC="|."$dir".q|img7.png"
  36.  ALT="\begin{proof}[Proof (necessity)]
  37. And another.
  38. \end{proof}">|; 
  39. $key = q/{proof}[Proof(sufficiency)]Andanother.{proof};AAT/;
  40. $cached_env_img{$key} = q|<IMG
  41.   STYLE="height: 1.75ex; vertical-align: -0.12ex; " SRC="|."$dir".q|img8.png"
  42.  ALT="\begin{proof}[Proof (sufficiency)]
  43. And another.
  44. \end{proof}">|; 
  45.